home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / basic / ace_final.lha / ACE_GPL_Release / include / resources / cia.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-29  |  292 b   |  20 lines

  1. #ifndef DEVICES_CIA_H
  2. #define DEVICES_CIA_H 1
  3. /*
  4. ** cia.h for ACE Basic
  5. **
  6. ** Note: Translated to ACE by ConvertC2ACE
  7. **       @ MapMeadow Software, Nils Sjoholm
  8. **
  9. **
  10. ** Date: 09/03/95
  11. **
  12. **
  13. */
  14.  
  15.  
  16. #define CIAANAME "ciaa.resource"
  17. #define CIABNAME "ciab.resource"
  18.  
  19. #endif  /* DEVICES_CIA_H */
  20.